Skip to content

Bump actions/labeler from 4 to 5 #3

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #3

Workflow file for this run

name: TF security
on:
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: tfsec
uses: aquasecurity/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}