Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Add deprecation notice #47

Add deprecation notice

Add deprecation notice #47

Workflow file for this run

name: Debricked scan
on: [push]
jobs:
vulnerabilities-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: debricked/actions/scan@v1
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}