@@ -8,61 +8,61 @@ fn test_regular_persona() -> anyhow::Result<()> {
88 . run( ) ?,
99 @"
1010 error[github-app]: dangerous use of GitHub App tokens
11- --> @@INPUT@@:19 :11
11+ --> @@INPUT@@:21 :11
1212 |
13- 17 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
13+ 19 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1414 | ------------------------------------------------------------------------ app token requested here
15- 18 | with:
16- 19 | skip-token-revoke: true
15+ 20 | with:
16+ 21 | skip-token-revoke: true
1717 | ^^^^^^^^^^^^^^^^^^^^^^^ token revocation disabled here
1818 |
1919 = note: audit confidence → High
2020
2121 error[github-app]: dangerous use of GitHub App tokens
22- --> @@INPUT@@:27 :11
22+ --> @@INPUT@@:29 :11
2323 |
24- 25 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
24+ 27 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2525 | ------------------------------------------------------------------------ app token requested here
26- 26 | with:
27- 27 | skip-token-revoke: ${{ github.ref_name == 'main' }}
26+ 28 | with:
27+ 29 | skip-token-revoke: ${{ github.ref_name == 'main' }}
2828 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ token revocation conditionally disabled here
2929 |
3030 = note: audit confidence → Low
3131
3232 error[github-app]: dangerous use of GitHub App tokens
33- --> @@INPUT@@:35 :11
33+ --> @@INPUT@@:37 :11
3434 |
35- 33 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
35+ 35 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3636 | ------------------------------------------------------------------------ app token requested here
37- 34 | with:
38- 35 | owner: github
37+ 36 | with:
38+ 37 | owner: github
3939 | ^^^^^^^^^^^^^ token granted access to all repositories for this owner's app installation
4040 |
4141 = note: audit confidence → High
4242 = tip: use `repositories: 'repo1,repo2'` to scope the token to specific repositories
4343
4444 error[github-app]: dangerous use of GitHub App tokens
45- --> @@INPUT@@:43 :11
45+ --> @@INPUT@@:45 :11
4646 |
47- 41 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
47+ 43 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4848 | ------------------------------------------------------------------------ app token requested here
49- 42 | with:
50- 43 | owner: github
49+ 44 | with:
50+ 45 | owner: github
5151 | ^^^^^^^^^^^^^ token granted access to all repositories for this owner's app installation
5252 |
5353 = note: audit confidence → High
5454 = tip: use `repositories: 'repo1,repo2'` to scope the token to specific repositories
5555
5656 error[github-app]: dangerous use of GitHub App tokens
57- --> @@INPUT@@:41 :15
57+ --> @@INPUT@@:43 :15
5858 |
59- 41 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
59+ 43 | uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6060 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ app token inherits blanket installation permissions
6161 |
6262 = note: audit confidence → High
6363 = tip: specify at least one `permission-<name>` input to limit the token's permissions
6464
65- 9 findings (4 suppressed) : 0 informational, 0 low, 0 medium, 5 high
65+ 5 findings: 0 informational, 0 low, 0 medium, 5 high
6666 " ) ;
6767 Ok ( ( ) )
6868}
0 commit comments